home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1997 August
/
Walnut Creek CDROM.7z
/
LISTINGS
/
V_11_11
/
SAKS.ZIP
/
GENCODE.CPP
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1993-09-10
|
258 b
|
14 lines
const char *temp1;
int destroy_temp2 = 0;
if (e) goto L1;
String temp2 = s + t;
destroy_temp2 = 1;
temp1 = temp2.str;
goto L2;
L1:
temp1 = "";
L2:
printf("%s\n", temp1);
if (destroy_temp2) destroy temp2;